home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 October / macformat-005.iso / Shareware City / Developers / Incognito 1.2ß2 src Folder / Incognito ƒ / Needed files / GestaltValue.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-11  |  532 b   |  26 lines  |  [TEXT/MPS ]

  1.  
  2. /************************************************************
  3.  
  4. Created: Tuesday April 29, 1992
  5.  GestaltValue.h
  6.  
  7.  
  8.   Copyright Apple Computer, Inc. 1992
  9.   All rights reserved
  10.  
  11. ************************************************************/
  12.  
  13.  
  14. #ifndef __GESTALTVALUE__
  15. #define __GESTALTVALUE__
  16.  
  17. #ifndef __TYPES__
  18. #include <Types.h>
  19. #endif
  20.  
  21. pascal OSErr NewGestaltValue (OSType selector, long newValue);
  22. pascal OSErr ReplaceGestaltValue (OSType selector, long replacementValue);
  23. pascal OSErr DeleteGestaltValue (OSType selector);
  24.  
  25. #endif
  26.